projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3dabf
)
Fix another parameter mismatch
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Nov 2010 01:50:45 +0000
(20:50 -0500)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:42 +0000
(15:39 +0100)
gtk/gtkthemingengine.c
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.c
b/gtk/gtkthemingengine.c
index 233fb4e754f1c475a3839d21f588c91f22099741..81e63e666769aa53ccca22ead1e22b43ec897ba8 100644
(file)
--- a/
gtk/gtkthemingengine.c
+++ b/
gtk/gtkthemingengine.c
@@
-330,7
+330,6
@@
_gtk_theming_engine_set_context (GtkThemingEngine *engine,
/**
* gtk_theming_engine_register_property:
- * @engine: a #GtkThemingEngine
* @name_space: namespace for the property name
* @parse_func: parsing function to use, or %NULL
* @pspec: the #GParamSpec for the new property
@@
-2610,6
+2609,8
@@
gtk_theming_engine_render_activity (GtkThemingEngine *engine,
gdouble half;
gint i;
+ num_steps = 0;
+
gtk_theming_engine_get_style (engine,
"num-steps", &num_steps,
NULL);